home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / qwkq200.zip / QUOTES.BAT < prev    next >
DOS Batch File  |  1993-11-15  |  500b  |  12 lines

  1. @echo off
  2. goto start
  3.   This is a sample batch file to use to start QUOTE with the same input file
  4.   each time. You must replace the WHEREVER directory with the directory that
  5.   contains your QUOTE data file.
  6.   You may also add the '/tx' option, where x is a number between 1 and 10,
  7.   to have the display window appear x seconds on the screen.
  8.   ex. QUOTE /t4 C:\WHEREVER\QUOTES.DAT
  9.   This will put the display window on the screen for four seconds. 
  10.  
  11. :start  
  12. QUOTE C:\WHEREVER\QUOTES.DAT